![]() |
Documentation for Users
2.1.2
Perception Toolbox for Virtual Reality (PTVR) Manual
|
Go to the source code of this file.
Namespaces | |
| reticle_in_forest_with_spheres | |
Functions | |
| def | create_reticle (scene_name) |
| def | create_spheres (scene_name) |
| def | main () |
Variables | |
| my_contingency = ImageContingency.HEADSET | |
| string | my_eye_w_reticle = "both" |
| sphere_1_color = color.RGBColor(1,0,0) | |
| SCENE OBJECTS #######. More... | |
| sphere_1_pos = np.array([-1,0,1]) | |
| sphere_2_color = color.RGBColor(0,1,0) | |
| sphere_2_pos = np.array([0,0,3]) | |
| sphere_3_color = color.RGBColor(0,0,1) | |
| sphere_3_pos = np.array([1,0,5]) | |
| my_world = The3DWorld () | |